RemoveAt Method (ListBase<T>)
Removes the
ListBase<T> item at the specified index.
public void RemoveAt(
int
)
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As ListBase(Of T)
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- The zero-based index of the item to remove.